Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #18562

Merged
merged 4 commits into from
Nov 4, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/parser (source) ^7.26.1 -> ^7.26.2 age adoption passing confidence
@eslint/js (source) ^9.13.0 -> ^9.14.0 age adoption passing confidence
@rollup/plugin-dynamic-import-vars (source) 2.1.4 -> 2.1.5 age adoption passing confidence
@shikijs/vitepress-twoslash (source) ^1.22.1 -> ^1.22.2 age adoption passing confidence
@types/lodash (source) ^4.17.12 -> ^4.17.13 age adoption passing confidence
@types/node (source) ^20.17.1 -> ^20.17.6 age adoption passing confidence
@types/ws (source) ^8.5.12 -> ^8.5.13 age adoption passing confidence
core-js (source) ^3.38.1 -> ^3.39.0 age adoption passing confidence
eslint (source) ^9.13.0 -> ^9.14.0 age adoption passing confidence
eslint-plugin-import-x ^4.3.1 -> ^4.4.0 age adoption passing confidence
eslint-plugin-n ^17.11.1 -> ^17.12.0 age adoption passing confidence
execa ^9.5.0 -> ^9.5.1 age adoption passing confidence
lightningcss ^1.27.0 -> ^1.28.1 age adoption passing confidence
nanoid ^5.0.7 -> ^5.0.8 age adoption passing confidence
parse5 (source) ^7.2.0 -> ^7.2.1 age adoption passing confidence
sass ^1.80.4 -> ^1.80.6 age adoption passing confidence
sass-embedded ^1.80.4 -> ^1.80.6 age adoption passing confidence
svelte (source) ^5.1.3 -> ^5.1.9 age adoption passing confidence
tslib (source) ^2.8.0 -> ^2.8.1 age adoption passing confidence
typescript-eslint (source) ^8.11.0 -> ^8.12.2 age adoption passing confidence
vitepress (source) 1.4.1 -> 1.4.5 age adoption passing confidence
vitest (source) ^2.1.3 -> ^2.1.4 age adoption passing confidence
vue-tsc (source) ^2.1.8 -> ^2.1.10 age adoption passing confidence

Release Notes

babel/babel (@​babel/parser)

v7.26.2

Compare Source

v7.26.2 (2024-10-30)

🐛 Bug Fix
Committers: 6
eslint/eslint (@​eslint/js)

v9.14.0

Compare Source

rollup/plugins (@​rollup/plugin-dynamic-import-vars)

v2.1.5

2024-10-21

Updates
  • chore: revert 2.1.4 changes (#​1799)
shikijs/shiki (@​shikijs/vitepress-twoslash)

v1.22.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
zloirock/core-js (core-js)

v3.39.0

Compare Source

eslint/eslint (eslint)

v9.14.0

Compare Source

un-ts/eslint-plugin-import-x (eslint-plugin-import-x)

v4.4.0

Compare Source

Minor Changes
Patch Changes
eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.12.0

Compare Source

🌟 Features
🩹 Fixes
🧹 Chores
sindresorhus/execa (execa)

v9.5.1

Compare Source

Bug fixes
parcel-bundler/lightningcss (lightningcss)

v1.28.1

Compare Source

v1.28.0

Compare Source

Added

Fixed

ai/nanoid (nanoid)

v5.0.8

Compare Source

inikulin/parse5 (parse5)

v7.2.1

Compare Source

What's Changed

Full Changelog: inikulin/parse5@v7.2.0...v7.2.1

sass/dart-sass (sass)

v1.80.6

Compare Source

Command-Line Interface
  • Make @parcel/watcher an optional dependency so this can still be installed
    on operating systems where it's unavailable.

v1.80.5

Compare Source

Embedded Host
  • Don't produce phantom @import deprecations when using an importer with the
    legacy API.
sass/embedded-host-node (sass-embedded)

v1.80.6

Compare Source

Command-Line Interface
  • Make @parcel/watcher an optional dependency so this can still be installed
    on operating systems where it's unavailable.

v1.80.5

Compare Source

Embedded Host
  • Don't produce phantom @import deprecations when using an importer with the
    legacy API.
sveltejs/svelte (svelte)

v5.1.9

Compare Source

Patch Changes
  • fix: ensure transitions are applied to nested elements (#​14080)

v5.1.8

Compare Source

Patch Changes
  • fix: ensure compiler statements are correctly included (#​14074)

v5.1.7

Compare Source

Patch Changes
  • fix: ensure each block inert items are disposed of if the each block is also inert (#​13930)

  • fix: allow warningFilter option for compileModule (#​14066)

  • fix: ensure onMount correctly fires when new expressions are used (#​14049)

  • fix: wrap :id, :where``:not and :has with :global during migration (#​13850)

  • fix: ensure custom element attribute/prop changes are in their own context (#​14016)

v5.1.6

Compare Source

Patch Changes
  • fix: ensure child effects are destroyed before their deriveds (#​14043)

v5.1.5

Compare Source

Patch Changes
  • fix: replace typo in compiler error messages (#​14044)

  • fix: preserve the separator between selectors when an unused selector is in between (#​13954)

  • fix: more robust re-subscribe detection for fromStore (#​13995)

  • fix: allow to pass in TS preference to migration (#​13929)

  • fix: extend derived/state validation error to indirect exports (#​14039)

  • fix: minify inject CSS in prod mode (#​14006)

  • fix: ensure toStore subscription correctly syncs latest value (#​14015)

  • fix: don't access requestAnimationFrame until needed to reduce need for mocks during testing (#​14040)

  • fix: ensure element effects are executed in the correct order (#​14038)

  • fix: make compiler error extend from Error (#​14036)

v5.1.4

Compare Source

Patch Changes
  • fix: add empty stack to CompileDiagnostic to show error on build (#​13942)

  • fix: ensure effect_tracking correctly handles tracking reactions (#​14005)

  • fix: update broken links (#​13944)

  • fix: more exhaustive check during SvelteMap.set in deriveds (#​13951)

  • fix: trim whitespace while migrating blocks (#​13941)

  • fix: update links that previously pointed to preview site (#​14001)

  • fix: properly migrate imports types prefixed with $ (#​14007)

Microsoft/tslib (tslib)

v2.8.1

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.12.2

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.12.0

Compare Source

🚀 Features
  • typescript-eslint: improve undefined extension handling (#​10177)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

vuejs/vitepress (vitepress)

v1.4.5

Bug Fixes
  • lang lazy load not working with twoslash (fc92a77), closes #​4334
  • typo in missing language check (dcb8450)

v1.4.4

Bug Fixes
  • (temporary patch) lang lazy load not working with twoslash (4dac35f)
  • typo in missing language check (dcb8450)

v1.4.3

Compare Source

Performance Improvements

v1.4.2

Compare Source

Bug Fixes
vitest-dev/vitest (vitest)

v2.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 4, 2024
Copy link
Contributor Author

renovate bot commented Nov 4, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@bluwy bluwy merged commit fb227ec into main Nov 4, 2024
15 checks passed
@bluwy bluwy deleted the renovate/all-minor-patch branch November 4, 2024 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant